home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
+system+
/
tools
/
gui
/
bgui12.lha
/
docs
/
checkboxclass.doc
< prev
next >
Wrap
Text File
|
1995-04-23
|
1KB
|
51 lines
File: checkboxclass.doc
Description: Checkboxclass documentation.
Copyright: (C) Copyright 1994 Jaba Development.
(C) Copyright 1994 Jan van den Baard.
All Rights Reserved.
------------------------------------------------------------------------------
TABLE OF CONTENTS
checkboxclass/--background--
checkboxclass/Methods
checkboxclass/Attributes
checkboxclass/--background-- checkboxclass/--background--
NAME
Class: checkboxclass
Superclass: baseclass
Include File: <libraries/bgui.h>
FUNCTION
To provide a gadget simular to the gadtools.library it's checkbox kind.
Objects of this class will send the following attribute pairs in it's
notification events.
GA_ID - Gadget object ID.
GA_Selected - Gadget object selected state.
checkboxclass/Methods checkboxclass/Methods
NEW METHODS
None.
CHANGED METHODS
None.
checkboxclass/Attributes checkboxclass/Attributes
NAME
GA_Selected - ( BOOL )
FUNCTION
This attributes has an extended applicability. It has been made
get-able to make it easy to inquire about the selected state of an
object.
Default is FALSE. Applicability is (ISGNU).